home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / asmutil / ps85a12.zip / SYN.ASM < prev   
Assembly Source File  |  1986-11-02  |  240b  |  6 lines

  1.          .opdef db,.db       ;define byte
  2.          .opdef ds,.rs       ;reserve storage
  3.          .opdef dw,.dw       ;define 16 bit data word
  4.          .opdef org,.org     ;origin
  5.          .opdef title,.null  ;ignore - not implemented
  6.